home *** CD-ROM | disk | FTP | other *** search
- .TH SMERGE
- 6 "IRIT Version 6.0"
- .SH NAME
- SMERGE
-
-
-
- SurfaceType SMERGE( SurfaceType Srf1, SurfaceType Srf2,
- NumericType Dir, NumericType SameEdge )
-
- Merges two surfaces along the requested direction (ROW or COL). If
- SameEdge is non-zero (ON or TRUE), then the common edge is assumed to be
- identical and copied only once. Otherwise (OFF or FALSE), a ruled surface
- is constructed between the two surfaces along the (not) common edge.
-
- Example:
-
- MergedSrf = SMERGE( Srf1, Srf2, ROW, TRUE );
-